GrapeCity.Xaml.SpreadSheet.Data
AddRange Method (NotifyCollectionBase<T>)


The collection whose items should be added to the end of the collection.
Adds the items in the specified collection to the end of the collection.
Syntax
'Declaration
 
Public Overridable Sub AddRange( _
   ByVal items As IList(Of T) _
) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim items As IList(Of T)
 
instance.AddRange(items)
public virtual void AddRange( 
   IList<T> items
)

Parameters

items
The collection whose items should be added to the end of the collection.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe collection is read-only.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options